setName

@NonNull
open fun setName(@Nullable name: @Nullable CharSequence): @NonNull NotificationChannelCompat.Builder(source)

Sets the user visible name of this channel. You can rename this channel when the system locale changes by listening for the ACTION_LOCALE_CHANGED broadcast.

The recommended maximum length is 40 characters; the value may be truncated if it is too long.